ConcurrentQueue(T) Constructor

Task Parallel System.Threading

Overload List

  NameDescription
ConcurrentQueue<(Of <(T>)>)()()()
Initializes a new instance of the ConcurrentQueue<(Of <(T>)>) class.
ConcurrentQueue<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Initializes a new instance of the ConcurrentQueue<(Of <(T>)>) class that contains elements copied from the specified collection

See Also